SByteNINumericSByteNSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.Subtract(
SByteN value
)
Private Function Subtract (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).Subtract
private:
virtual SByteN Subtract(
SByteN value
) sealed = INumeric<SByteN>::Subtract
private abstract Subtract :
value : SByteN -> SByteN
private override Subtract :
value : SByteN -> SByteN
- value SByteN
- The value to subtract from the current value.
SByteNThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)